projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91a8677
)
fix capitalization in build script docs
author
Steve Klabnik
<steve@steveklabnik.com>
Thu, 20 Nov 2014 19:07:13 +0000
(14:07 -0500)
committer
Steve Klabnik
<steve@steveklabnik.com>
Thu, 20 Nov 2014 19:07:13 +0000
(14:07 -0500)
src/doc/build-script.md
patch
|
blob
|
history
diff --git
a/src/doc/build-script.md
b/src/doc/build-script.md
index 22b0dd99fd053be2ae1bb6bcfcaaf457ff0b4c6c..f5ece41c382df29b347cdb0b24623d03523a1430 100644
(file)
--- a/
src/doc/build-script.md
+++ b/
src/doc/build-script.md
@@
-355,7
+355,7
@@
performs tasks such as:
* The stdout output and `OUT_DIR` locations are also handled by the `gcc`
library.
-
h
ere we can start to see some of the major benefits of farming as much
+
H
ere we can start to see some of the major benefits of farming as much
functionality as possible out to common build dependencies rather than
duplicating logic across all build scripts!